[PATCH] Simple code cleanup in tuplesort.c.

  • Jump to comment-1
    higuoxing@gmail.com2022-07-27T09:09:54+00:00
    Hi hackers, The bounded heap sorting status flag is set twice in sort_bounded_heap() and tuplesort_performsort(). This patch helps remove one of them. Best Regards, Xing
    • Jump to comment-1
      guofenglinux@gmail.com2022-07-27T09:49:38+00:00
      On Wed, Jul 27, 2022 at 5:10 PM Xing Guo <higuoxing@gmail.com> wrote: > The bounded heap sorting status flag is set twice in sort_bounded_heap() > and tuplesort_performsort(). This patch helps remove one of them. > +1. Looks good to me. Thanks Richard